home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / Moof / Goodies / DTS Goodies / Obfuscated_C / 1988 / robison.hint < prev    next >
Text File  |  1989-04-13  |  1KB  |  36 lines

  1. Best abuse of C constructs: <robison@m.cs.uiuc.edu> Arch D. Robison
  2.  
  3.         Arch D. Robison
  4.     University of Illinois at Urbana-Champaign
  5.     1304 W. Springfield Ave.
  6.     Urbana IL 
  7.     61801
  8.     USA
  9.  
  10. Try: robison 80 10
  11.      robison 40 16
  12.  
  13. The first and second parameters are optional.  You might also try:
  14.  
  15.      robison 80 2   <--- can you find the bug?
  16.      robison 80 -246
  17.  
  18. The author says:
  19.  
  20.     This program shows that C has many unnecessary constructs, in fact
  21.     only "while","--", and ">=" are required.  (The two assignments at
  22.     the beginning could be avoided if "atoi" was rewritten with this
  23.     new paradigm.)  Note that the lack of both the controversial "goto"
  24.     and assignment statements makes the meaning crystal clear.  The current 
  25.     ANSI committee should look into this practical simplification of C.
  26.  
  27. The following might make an interesting benchmark:
  28.  
  29.      robison 100    
  30.  
  31. [Amdahl 5890-300E with System V cc: 8.40 seconds]
  32.  
  33. We suggest that you C preprocess and perhaps C-beautify this program.
  34. All is not what it may appear to be in this program.  When does a whi1e
  35. not take a while to execute?
  36.